πŸ•ΈοΈ Ada Research Browser

README.md
← Back

Packer VM Image Builds

Packer templates for building pre-hardened, immutable VM images. These images serve as the base for all RKE2 cluster nodes, ensuring a consistent and auditable starting point.

Templates

Template Purpose Source
rocky-linux-9-base/ Rocky Linux 9 with DISA STIG hardening, FIPS mode, CIS Level 2 Rocky Linux 9 official AMI / ISO
rocky-linux-9-rke2/ Extends base with RKE2 binaries and container images pre-staged (air-gap ready) sre-rocky9-base image

Build Order

The RKE2 image depends on the base image. Always build in order:

# 1. Build the base hardened image
packer build rocky-linux-9-base/

# 2. Build the RKE2-ready image (uses base as source)
packer build rocky-linux-9-rke2/

Supported Builders

Prerequisites

Key Rules

NIST Controls

These images address NIST 800-53 controls: CM-2 (baseline configuration), CM-6 (configuration settings), SC-13 (FIPS cryptography), SI-7 (software integrity), AU-2 (audit events), AC-17 (remote access hardening).